projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26bfd0c
)
* lisp/skeleton.el (skeleton-read): Silence compiler warning
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 8 Mar 2021 00:04:18 +0000
(19:04 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 8 Mar 2021 00:04:18 +0000
(19:04 -0500)
lisp/skeleton.el
patch
|
blob
|
history
diff --git
a/lisp/skeleton.el
b/lisp/skeleton.el
index 8a50fbef643bb46fd8d1e033c67f1e332c6c7706..c363fb2c489066d1404010e556317ad3b540db2d 100644
(file)
--- a/
lisp/skeleton.el
+++ b/
lisp/skeleton.el
@@
-290,7
+290,8
@@
i.e. we are handling the iterator of a subskeleton, returns empty string if
user didn't modify input.
While reading, the value of `minibuffer-help-form' is variable `help' if that
is non-nil or a default string."
- (let ((minibuffer-help-form (or (if (boundp 'help) (symbol-value 'help))
+ (with-suppressed-warnings ((lexical help)) (defvar help)) ;FIXME: Prefix!
+ (let ((minibuffer-help-form (or (bound-and-true-p help)
(if recursive "\
As long as you provide input you will insert another subskeleton.